S = set_resizefcn(fun)
Set the resize function for a figure. The property name for the resize function has changed in R2016a.
function handle or string with the resize function EXAMPLE set(HWIN,set_resizefcn(@lm_resize));